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
Recently I was trying to compile my Meteor APP. I have installed the package by running the respective command. When running the comand "meteor add tap:i18n-bundler" it didnt created the i18n folders by default, so I set up it by myself (guess thats the way to do it, folders public/i18n and i18n; not sure about the content of the packages folder).
When running "meteor" I have a problem like:
Error: ENOENT, no such file or directory 'C:\Users\xplor\Desktop\able\.meteor\local\build\programs\server\undefined\public'
I guess that the problem is related to the undefined folder in the path. So I have something wrong configured. How can I fix this problem?
Thank you so much for your time and help.
The text was updated successfully, but these errors were encountered:
Hi everyone!
Recently I was trying to compile my Meteor APP. I have installed the package by running the respective command. When running the comand "meteor add tap:i18n-bundler" it didnt created the i18n folders by default, so I set up it by myself (guess thats the way to do it, folders public/i18n and i18n; not sure about the content of the packages folder).
When running "meteor" I have a problem like:
Error: ENOENT, no such file or directory 'C:\Users\xplor\Desktop\able\.meteor\local\build\programs\server\undefined\public'
I guess that the problem is related to the undefined folder in the path. So I have something wrong configured. How can I fix this problem?
Thank you so much for your time and help.
The text was updated successfully, but these errors were encountered: