我正在尝试设置我的流星应用程序与离子(使用meteoric:ionic)。我遵循了给定的说明(@import语句),也解决了仅在第二次运行时复制文件的已知问题。尽管如此,我还是得到了这个错误:
=> Errors prevented startup:
While processing files with fourseven:scss (for target web.browser):
/client/style/app.scss: Scss compiler error: File to import:
{}/client/style/.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/_ionic
not found in file: /Users/me/repos/brkn/{}/client/style/app.scss
While processing files with fourseven:scss (for target web.cordova):
/client/style/app.scss: Scss compiler error: File to import:
{}/client/style/.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/_ionic
not found in file: /Users/me/repos/brkn/{}/client/style/app.scss
=> Your application has errors. Waiting for file change.不知怎么的,所有的路径都以{}/client/style/为前缀,这是我的app.scss文件的位置(无法解释花括号)。
有没有人能说出这是什么原因?我该怎么解决它呢?
发布于 2015-12-16 19:42:22
不再维护该回购。
请使用meteor meteor add driftyco:ionic的官方离子包
https://stackoverflow.com/questions/34310491
复制相似问题