Closed ZoolWay closed 6 years ago
If you are interested I have build a small project for the issue #230 in aurelia-i18n and added bundling to it. The problem occurs there too:
https://github.com/telecomsoftware/sample-aurelia-i18n-i230
[14:49:00] (SystemJS) ENOENT: no such file or directory, open 'C:\Working\aurelia-i18n-issue-230\text.js'
Error: ENOENT: no such file or directory, open 'C:\Working\aurelia-i18n-issue-230\text.js'
Error loading C:/Working/aurelia-i18n-issue-230/text.js
This minimal setup without a src
folder is not supposed to work in the end with a bundle but it shows that aurelia-bundler
struggles with a SystemJS 0.20 setup. I guess thats because SystemJS 0.20 also requires a newer SystemJS builder.
Note: Global gulp CLI must be installed because it uses gulp 4.
Thanks. It will help debugging the issue.
@ahmedshuhel This is not fixed in 0.6.4, is it?
@ZoolWay no. Working on it.
Hi, I'm facing the same issue - any updates yet?
I had this issue. I noted that text
was a devDependency. Installing it as a dependency (jspm i text
) solved the problem.
can be closed? with workaround provided
I'm submitting a bug report
Library Version: 0.6.3
Operating System: Win 10
Node Version: 8.1.2
NPM Version: 5.0.4
JSPM OR Webpack AND Version JSPM 0.17.0-beta.42, SystemJS 0.20.14
Browser: (command line)
Language: TypeScript 2.4.1
Current behavior: The app runs fine in unbundled mode.
jspm.config.js (in wwwroot folder were also index.html is):
bundes.js:
I get this error message when aurelia bundler is run:
Note that the path is missing
jspm_packages
and alsogithub:twbs
should begithub\twbs
in the file system.What is the expected behavior? It should look in
wwwroot\jspm_packages\github\twbs\bootstrap@3.3.7.json
(where the file actually is).What is the motivation / use case for changing the behavior? Use case = Bundling SystemJS 0.20 apps.