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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
I am a first time Angular user
Description
The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
Minimal Reproduction
ng new myApp
cd myApp
npm install --save paper
import paper from 'paper';
console.log(paper);
npm start // works OK - see the output in the console
npm run build // fails
Command
build
Is this a regression?
The previous version in which this bug was not present was
I am a first time Angular user
Description
The package "path" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
Minimal Reproduction
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: