You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though the application works fine in dev mode, a Steal build fails with the following:
build - buildResult TypeError: Cannot read property 'steal' of undefined
at Object.config (VM1439 npm-utils.js:564)
at Object.getDependencyMap (VM1441 npm-crawl.js:242)
at Object.loadPlugins (VM1441 npm-crawl.js:181)
at VM1441 npm-crawl.js:107
Environment:
Software
Version
Steal version
2.2.2
Steal-tools version
2.2.2
node -v
10.16.0
npm -v
6.9.0
Operating system
MacOS 10.14.5
Note: This same failure occurs when using a valid Git URL (rather than shorthand) of the form git+ssh://[email protected]:canjs/can-ejs#can-5-compat". Steal only appears to play nice with Git URLs that are prefixed with git+https://.
The text was updated successfully, but these errors were encountered:
Reproducible: Always
When using an NPM compatible shorthand for a GitHub hosted dependency ie:
rather than:
Though the application works fine in dev mode, a Steal build fails with the following:
build - buildResult TypeError: Cannot read property 'steal' of undefined
at Object.config (VM1439 npm-utils.js:564)
at Object.getDependencyMap (VM1441 npm-crawl.js:242)
at Object.loadPlugins (VM1441 npm-crawl.js:181)
at VM1441 npm-crawl.js:107
Environment:
Note: This same failure occurs when using a valid Git URL (rather than shorthand) of the form
git+ssh://[email protected]:canjs/can-ejs#can-5-compat"
. Steal only appears to play nice with Git URLs that are prefixed withgit+https://
.The text was updated successfully, but these errors were encountered: