Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

builder-shared-dependencies-pr145

Demonsrate issue with builder and shared dependencies and a possible solution here

Issue

npm install
npm run create-component
npm run bootstrap
cd component/YOUR-COMPONENT-HERE
npm run figlet
# should fail

Possible solution

  • in component/YOUR-COMPONENT-HERE/package.json change builder dependency from "builder" to "builder-shared-dependencies"
  • instal new dependency:
npm run bootstrap
cd component/YOUR-COMPONENT-HERE
npm run figlet
# should succeed

About

Demonstrate issue with builder and shared dependencies

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages