我在Typescript中有一個項目,我想使用依賴項「localForage」:https://github.com/localForage/localForage。如何在Typescript項目中使用「localForage」?
npm install @types/localforage --save
我用:
我用以下命令故宮安裝了
import * as localForage from "localforage";
,我得到的錯誤:
error TS1148: Cannot compile modules unless the '--module' flag is provided I was looking for solutions and I found TypeScript 0.9.* VisualStudio TS5037: Cannot compile external modules unless the '--module' flag is provided.
這是不相關的我因爲我用Webstorm 10.0.5
你需要實際安裝的模塊中遇到的問題 - 'NPM我localforage' - @types包只是打字稿定義 – Seiyria
我試過了。沒有幫助 – CrazySynthax
我開了一個新問題。這個可以刪除。 – CrazySynthax