When I follow the detailed setup instruction here (with this fix), I get a working scene. But when I specify 5.0.0-alpha.14
instead of ^4.2.0
in package.json, then npm i
, and then rerun everything my terminal blows up with errors, things like below. Are there special config settings for v5.0.0, or any updated setup instructions?
**ERROR** in **./node_modules/@babylonjs/core/Debug/debugLayer.js** **2:0-38**
**Module** **not found** **:** **Error** **: Can't resolve '../Misc/tools' in '/Users/jon/Desktop/BJS ES6/node_modules/@babylonjs/core/Debug'**
**Did you mean 'tools.js'?**
**BREAKING CHANGE** **: The request '../Misc/tools'** **failed** **to resolve only because it was resolved as fully specified**
**(probably because the origin is a '*.mjs' file or a '*.js' file where the package.json contains '"type": "module"').**
**The extension in the request is mandatory for it to be fully specified.**
**Add the extension to the request.**
@ ./src/app.ts 3:0-43