-1
Notyバージョン3 https://github.com/needim/notyを使用しています。ドキュメントによると、私はrequireまたはimportを使うべきです。「インポート」と「必要な」のどちらも動作しません
import Noty from 'noty';
new Noty({
text: 'Notification text'
}).show();
// or
const Noty = require('noty');
new Noty({
text: 'Notification text'
}).show();
しかし、いずれも機能しません。 Chromeの最新バージョンであっても
Uncaught ReferenceError: require is not defined
およびインポート::私は必要が使用している場合は
Uncaught SyntaxError: Unexpected token import
Notyものを試してみるようにセットアップレポhereを持っていますか? –
なぜ 'script'タグを使ってそれを組み込むのですか? – Luca
requireはサーバー側nodeJSの一部です。ブラウザコードの場合は、ライブラリに '