Error: ENOENT: no such file or directory, open profile.js.map'

Hi, I’m stuck on step 3 of this tutorial.

https://angular-meteor.com/tutorials/socially/angular2/3-way-data-binding

I’ve completed all steps to the end and run the app.

However, whilst existing data is displayed, the data initialised during server start up is not.

Running in debug mode, I can see that there is an error server side.

Error: ENOENT: no such file or directory, open ‘E:\Code\Learning\Meteor\socially.meteor\local\build\programs\server\profile.js.map’

Any ideas how to resolve this. I found the following link in https://github.com/meteor/meteor/issues/7991 but not worked one out yet.

To provide some more context - I can repeat this every time, even with new project.

I have even uninstalled and reinstalled Meteor.

Steps to reproduce.

  1. install meteor
  2. create new project
  3. meteor npm install
  4. meteor debug
  5. open up the application (http://localhost:3000/)
  6. open up node inspector (http://localhost:8080/?port=5858)
  7. wait a few seconds and an error appears in the console

1 Like

I’m getting the exact same thing. :confused: