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
This commit 88cd267 so that bin pointed to the correct binary script at dest/node/main.j
This fixed an issue whereby if you installed bb.js from npm, it would complain that you it could not find the main.js file at the wrong destination of dest/main.js.
Solution
One way to catch this via testing is to have a job which does npm install -g so we simulate the exact operations that a user will do
The text was updated successfully, but these errors were encountered:
## Problem
This commit 88cd267 so that bin pointed to the correct binary script at
dest/node/main.j
This fixed an issue whereby if you installed bb.js from npm, it would complain that you it could not find the main.js file at the wrong destination of
dest/main.js
.Solution
One way to catch this via testing is to have a job which does
npm install -g
so we simulate the exact operations that a user will doThe text was updated successfully, but these errors were encountered: