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
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Sou novo no locaweb style, e estou tentando utilizar em um projeto com Meteor, mas não consigo importar o locawebstyle, o que nesse ponto não sei dizer se é um bug, ou erro de utilização.
Instalei o locawebstyle via npm.
No meu código, tento importar o pacote de duas maneiras, ambas falham.
via require let locastyle = require("locawebstyle);
Sou novo no locaweb style, e estou tentando utilizar em um projeto com Meteor, mas não consigo importar o locawebstyle, o que nesse ponto não sei dizer se é um bug, ou erro de utilização.
Instalei o locawebstyle via npm.
No meu código, tento importar o pacote de duas maneiras, ambas falham.
let locastyle = require("locawebstyle);
Erro no browser:
00:17:21.337 Error: Cannot find module '../pikaday' modules-runtime.js:232:12
makeMissingError http://localhost:3000/packages/modules-runtime.js:232:12
require http://localhost:3000/packages/modules-runtime.js:251:17
require http://localhost:3000/packages/modules-runtime.js:268:14
locastyle.js/< http://localhost:3000/packages/modules.js:1094:73
locastyle.js http://localhost:3000/packages/modules.js:1094:1
fileEvaluate http://localhost:3000/packages/modules-runtime.js:346:7
require http://localhost:3000/packages/modules-runtime.js:248:14
require http://localhost:3000/packages/modules-runtime.js:268:14
main.js main.js:4:16
fileEvaluate http://localhost:3000/packages/modules-runtime.js:346:7
require http://localhost:3000/packages/modules-runtime.js:248:14
require http://localhost:3000/packages/modules-runtime.js:268:14
http://localhost:3000/app/app.js:255:15
import locastyle from "locawebstyle";
Erro no browser:
00:18:57.336 Error: Cannot find module '../pikaday' modules-runtime.js:232:12
makeMissingError http://localhost:3000/packages/modules-runtime.js:232:12
require http://localhost:3000/packages/modules-runtime.js:251:17
require http://localhost:3000/packages/modules-runtime.js:268:14
locastyle.js/< http://localhost:3000/packages/modules.js:1094:73
locastyle.js http://localhost:3000/packages/modules.js:1094:1
fileEvaluate http://localhost:3000/packages/modules-runtime.js:346:7
require http://localhost:3000/packages/modules-runtime.js:248:14
moduleLink http://localhost:3000/packages/modules.js:291:33
main.js main.js:1:203
fileEvaluate http://localhost:3000/packages/modules-runtime.js:346:7
require http://localhost:3000/packages/modules-runtime.js:248:14
require http://localhost:3000/packages/modules-runtime.js:268:14
http://localhost:3000/app/app.js:259:15
Versões:
Agradeço um help para poder começar a usar o locaweb style com Meteor.
The text was updated successfully, but these errors were encountered: