だから、ステンシルテーマを取得するためのすべてのデータを実行しました。これまではすべてがOKだったので、私はステンシルの初期化を行い、エラーを起こそうとしました。ステンシルテーマの設定が失敗しました
My-iMac:stencil my$ stencil init
? What is the URL of your store's home page? example.com
? What port would you like to run the server on? 3000
? What is your Stencil Username? admin
? What is your Stencil Token? My Token
JavaScript Bundling Started...
Potentially unhandled rejection [6] Error: Error loading "github:davatron5000/[email protected]/jquery.fitvids.js" at file:/Users/my/Documents/CentricSites/mydomain/stencil/assets/jspm_packages/github/davatron5000/[email protected]/jquery.fitvids.js.js
Error loading "github:davatron5000/[email protected]/jquery.fitvids.js" from "js/app" at file:/Users/my/Documents/CentricSites/mydomain/stencil/assets/js/app.js
ENOENT: no such file or directory, open '/Users/my/Documents/CentricSites/mydomain/stencil/assets/jspm_packages/github/davatron5000/[email protected]/jquery.fitvids.js.js'
at Error (native)
my-iMac:stencil my$
ご覧のとおり、追加のファイルタイプの拡張子が付いています。 jquery.fitvids.jsこのファイルは存在しますが、.js.jsを探しているようです
別のファイルで実行され、ファイル名に.jsが追加されましたが、エラーは消えました。私はそれらのすべての名前を変更したくない非常に多くのファイルです。私はPixelUnionにStencilテーマを持ってきたところから、私はBigCommerceに戻らなければならないと言いました。あなたが私を助けてくれることを願っています。
実際、私はこの.jsファイルで、ステンシルテーマに余分な拡張子を追加しようとしています。余分な.jsを削除するこの特定のインスタンスでは、ファイルは次のとおりです。 module.exports = require( "github:davatron5000/[email protected]/jquery.fitvids.js"); .jsを削除しました。 – Tigerlady